home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / FileShredder.exe / 0 / RCDATA / TFRMSCAN / TFRMSCAN.txt
Text File  |  2008-10-30  |  3KB  |  138 lines

  1. object frmScan: TfrmScan
  2.   Left = 484
  3.   Top = 123
  4.   Width = 643
  5.   Height = 420
  6.   Caption = 'frmScan'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 144
  18.   TextHeight = 16
  19.   object pnlScan: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 633
  23.     Height = 384
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     Color = clWhite
  27.     FullRepaint = False
  28.     TabOrder = 0
  29.     DesignSize = (
  30.       633
  31.       384)
  32.     object imgWatermarkPage: TImage
  33.       Left = 286
  34.       Top = 260
  35.       Width = 349
  36.       Height = 127
  37.       Anchors = [akRight, akBottom]
  38.       AutoSize = True
  39.       Transparent = True
  40.     end
  41.     object lblTitle: TAxLabel
  42.       Left = 32
  43.       Top = 16
  44.       Width = 287
  45.       Height = 19
  46.       WordWrap = False
  47.       Quality = smMMXSmoothing4x
  48.       Transparent = False
  49.       Caption = 'Shredding selected files and folders'
  50.       Font.Charset = DEFAULT_CHARSET
  51.       Font.Color = 10040064
  52.       Font.Height = -16
  53.       Font.Name = 'Verdana'
  54.       Font.Style = []
  55.       ShowAccelChar = True
  56.       ParentFont = False
  57.     end
  58.     object lblDescription: TLabel
  59.       Left = 32
  60.       Top = 64
  61.       Width = 557
  62.       Height = 39
  63.       AutoSize = False
  64.       Caption = 
  65.         'Auslogics File Shredder is now erasing files and folders using Q' +
  66.         'uick Delete Method with 1 repetition.'
  67.       WordWrap = True
  68.     end
  69.     object lblScannedCount: TLabel
  70.       Left = 32
  71.       Top = 191
  72.       Width = 143
  73.       Height = 16
  74.       Caption = 'Shredding file 2 out of 10'
  75.     end
  76.     object lblEstimateTitle: TLabel
  77.       Left = 32
  78.       Top = 243
  79.       Width = 92
  80.       Height = 16
  81.       Caption = 'Estimated time:'
  82.     end
  83.     object lblEstimateTime: TLabel
  84.       Left = 159
  85.       Top = 243
  86.       Width = 32
  87.       Height = 16
  88.       Caption = '62:09'
  89.     end
  90.     object pbPath: TPaintBox
  91.       Left = 32
  92.       Top = 142
  93.       Width = 569
  94.       Height = 18
  95.       OnPaint = pbPathPaint
  96.     end
  97.     object pbTotal: TProgressBar
  98.       Left = 32
  99.       Top = 209
  100.       Width = 569
  101.       Height = 16
  102.       TabOrder = 0
  103.     end
  104.     object pbCurrentFile: TProgressBar
  105.       Left = 32
  106.       Top = 162
  107.       Width = 569
  108.       Height = 16
  109.       TabOrder = 1
  110.     end
  111.     object btnPause: TButton
  112.       Left = 425
  113.       Top = 243
  114.       Width = 85
  115.       Height = 25
  116.       Caption = 'Pause'
  117.       TabOrder = 2
  118.       OnClick = btnPauseClick
  119.     end
  120.     object btnStop: TButton
  121.       Left = 516
  122.       Top = 243
  123.       Width = 85
  124.       Height = 25
  125.       Caption = 'Stop'
  126.       TabOrder = 3
  127.       OnClick = btnStopClick
  128.     end
  129.   end
  130.   object TimerProgress: TTimer
  131.     Enabled = False
  132.     Interval = 100
  133.     OnTimer = TimerProgressTimer
  134.     Left = 540
  135.     Top = 9
  136.   end
  137. end
  138.